![]() |
Sensor Fusion for Kinetis MCUs (ISSDK/KSDK version)
|
Include dependency graph for driver_systick.c:Go to the source code of this file.
Macros | |
| #define | SYST_CSR SysTick->CTRL |
| #define | SYST_RVR SysTick->LOAD |
| #define | SYST_CVR SysTick->VAL |
Functions | |
| void | ARM_systick_enable (void) |
| void | ARM_systick_start_ticks (int32 *pstart) |
| int32 | ARM_systick_elapsed_ticks (int32 start_ticks) |
| void | ARM_systick_delay_ms (uint32 iSystemCoreClock, uint32 delay_ms) |
| #define SYST_CSR SysTick->CTRL |
Definition at line 38 of file driver_systick.c.
Referenced by ARM_systick_enable().
| #define SYST_CVR SysTick->VAL |
Definition at line 40 of file driver_systick.c.
Referenced by ARM_systick_elapsed_ticks(), and ARM_systick_start_ticks().
| #define SYST_RVR SysTick->LOAD |
Definition at line 39 of file driver_systick.c.
Referenced by ARM_systick_elapsed_ticks(), and ARM_systick_enable().
Definition at line 75 of file driver_systick.c.
Referenced by initializeFusionEngine().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 64 of file driver_systick.c.
Referenced by ARM_systick_delay_ms(), and fFuseSensors().
Here is the caller graph for this function:| void ARM_systick_enable | ( | void | ) |
Definition at line 47 of file driver_systick.c.
Referenced by initializeFusionEngine().
Here is the caller graph for this function:| void ARM_systick_start_ticks | ( | int32 * | pstart | ) |
Definition at line 55 of file driver_systick.c.
Referenced by ARM_systick_delay_ms(), and fFuseSensors().
Here is the caller graph for this function: